Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public void AddRange(
	Object[] items
)
Visual Basic
Public Sub AddRange ( _
	items As Object() _
)

Parameters

items
Type: array<System..::..Object>[]()[][]
An array of items.

See Also